Skip to content

deser array tree from a vortex array#8063

Open
onursatici wants to merge 1 commit into
os/layout-overridesfrom
os/array-serialise-columnar
Open

deser array tree from a vortex array#8063
onursatici wants to merge 1 commit into
os/layout-overridesfrom
os/array-serialise-columnar

Conversation

@onursatici
Copy link
Copy Markdown
Contributor

Summary

Add support for serialising a ArrayNode tree into a vortex array, with array stats. Before we always serialised these into flatbuffers that were appended to the tail of the serialised array buffers. This PR adds the scaffolding to get a vortex array that can later at read time used to deserialise the buffers into ArrayRef's.

Main user of this would be the array tree layout, which will land in a followup PR

@onursatici onursatici requested a review from joseph-isaacs May 22, 2026 13:32
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 22, 2026

Merging this PR will improve performance by 17.06%

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

⚡ 5 improved benchmarks
✅ 1232 untouched benchmarks

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation chunked_varbinview_into_canonical[(1000, 10)] 211.8 µs 175.7 µs +20.58%
Simulation chunked_varbinview_opt_canonical_into[(1000, 10)] 225.1 µs 188.5 µs +19.39%
Simulation chunked_varbinview_canonical_into[(1000, 10)] 198 µs 162 µs +22.24%
Simulation chunked_varbinview_canonical_into[(100, 100)] 307.9 µs 272.9 µs +12.84%
Simulation chunked_varbinview_into_canonical[(100, 100)] 358 µs 323.4 µs +10.71%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing os/array-serialise-columnar (3257531) with os/layout-overrides (e8f8e0d)1

Open in CodSpeed

Footnotes

  1. No successful run was found on os/layout-overrides (906945c) during the generation of this report, so e0dc455 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Signed-off-by: Onur Satici <onur@spiraldb.com>
@onursatici onursatici force-pushed the os/array-serialise-columnar branch from 93e517d to 3257531 Compare May 28, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant